From e9be5f5d92434cd71e9504b6041c77ede633fdcd Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Mon, 16 Oct 2006 23:38:08 +0000 Subject: [PATCH] set the version of babl to 0.0.6 * configure.ac: set the version of babl to 0.0.6 --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6c24381..c4dd96d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-08-31 Øyvind Kolås + + * configure.ac: set the version of babl to 0.0.6 + 2006-10-09 Øyvind Kolås Cleaned up the typedef for Babl, fixes issues with g++. diff --git a/configure.ac b/configure.ac index eb81b32..6a92017 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ(2.54) m4_define([babl_major_version], 0) m4_define([babl_minor_version], 0) -m4_define([babl_micro_version], 5) +m4_define([babl_micro_version], 6) AC_INIT(babl, babl_major_version.babl_minor_version.babl_micro_version) AC_CONFIG_SRCDIR(babl/babl.h) -- 2.30.2